@charset "utf-8";
/* -----------gzdlwl前端框架-------------
* http://www.gzdlwl.com/
* Date modified 2017.03.20
* Copyright 2012-2020 广州东联网络科技有限公司 All rights reserved.
*/
*{word-wrap:break-word}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*position:static}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;vertical-align:middle;outline:none}
input[type="submit"],input[type="reset"],input[type="button"],input[type="text"],input[type="password"]{-webkit-appearance:none;outline:none}
body,th,td,button,input,select,textarea{font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,"WenQuanYi Micro Hei",Verdana,sans-serif,"\5B8B\4F53";-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale}
@media ( max-width : 767px) {
	html{ overflow-y:auto}
	body,th,td,button,input,select,textarea{ font-size:14px}
}
body{line-height: 24px; position:relative}
h1,h2,h3,h4,h5,h6{font-size:100%}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a{text-decoration:none;cursor: pointer;}
a:hover{text-decoration:none;outline:none}
a.ie6:hover{zoom:1}
a:focus{outline:none}
a:hover,a:active{outline:none}:focus{outline:none}
sub,sup{vertical-align:baseline}
button,input[type="button"], input[type="submit"] {line-height:normal !important}
/*img*/
img{border:0;max-width:100%;vertical-align: middle;}
a img,img{-ms-interpolation-mode:bicubic}
.animate{-webkit-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; -moz-transition-duration: 0.5s; transition-duration: 0.5s;}	

/*IE a:hover */
*html{overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))}
header,footer,section,details,menu,article,section,nav,{display:block;margin:0;padding:0}
.cl:after,.clearfix:after{content:"\20";display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1}
small{font-size:85%}
b,strong {font-weight: bold}
em{font-style:italic}
.uppercase{text-transform:uppercase}
.lowercase{text-transform:lowercase} 
.capitalize{text-transform:capitalize}
.en{font-family:Arial}
.cn{font-family:'simsun'}
.bg-color{ background-color:#1744A2}
.m-color{color:#1744A2}

/*shadow*/
.box-shadow{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);box-shadow:0 1px 2px rgba(0,0,0,0.1)}
.text-shadow{-webkit-text-shadow:0 0 2px rgba(0,0,0,0.2);text-shadow:0 0 2px rgba(0,0,0,0.2)}

.imghover{overflow:hidden;}
.imghover a, .imghover img{width:100%;display:block;overflow:hidden;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
.imghover a:hover img{transform: scale(1.2, 1.2) rotate(10deg);-webkit-transform: scale(1.2, 1.2);-moz-transform: scale(1.2, 1.2);-o-transform: scale(1.2, 1.2);-ms-transform: scale(1.2, 1.2);-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}

/*btn*/
.close{font-size:20px;color: #000;text-shadow: 0 1px 0 #fff;opacity: 0.2;filter: alpha(opacity=20)}
.close:hover,.close:focus{color: #000;text-decoration: none;cursor: pointer;opacity: 0.4;filter: alpha(opacity=40)}
button.close{padding:0;cursor:pointer;background:transparent;border: 0;-webkit-appearance: none}
.btn{display:inline-block;box-sizing:border-box;cursor:pointer;text-align:center;font-weight:400;white-space:nowrap;vertical-align: middle;-moz-padding-start:npx; -moz-padding-end:npx;border:solid 1px #ddd; background-color:#fff; width:auto;*zoom:1;*overflow:visible;
  -webkit-transition:background-color .1s linear;
    -moz-transition:background-color .1s linear;
    -o-transition:background-color .1s linear;
      transition:background-color .1s linear}
a.btn:hover,a.btn:focus,a.btn:active,a.btn.active,a.btn.disabled,a.btn[disabled]{text-decoration:none}
.btn:active,.btn.active{background-color:#ccc}
.btn:first-child{*margin-left:0}
.btn.active,.btn:active{-moz-box-shadow:0 1px 8px rgba(0, 0, 0, 0.125) inset;-webkit-box-shadow:0 1px 8px rgba(0, 0, 0, 0.125) inset; box-shadow:0 1px 8px rgba(0, 0, 0, 0.125) inset}

.jwlogo {display:none;}

/*col*/
.container {padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;/* overflow: hidden; */}
.container-fluid{ width:100%}
@media ( max-width :767px) {.container{padding:0 2%;width:96%;}}
@media ( min-width : 992px) {.container{width: 960px}}
@media ( min-width : 1200px) {.container {width: 1050px}}
@media ( min-width : 1300px) {.container {width: 1200px;}}
@media print{.container{width:auto}}
.row{box-sizing:border-box; margin-left:-15px; margin-right:-15px}

.m-section{display: none !important}
.d-section{display: block !important}

.col-5{width:48%;float:left;padding: 0 1%}
.col-4-2{width:23%;float:left;padding: 0 1%}
.height60{width: 100%;display: block;height: 60px;line-height: 60px;}
.height50{width: 100%;display: block;height: 50px;line-height: 50px;}
.height40{width: 100%;display: block;height: 40px;line-height: 40px;float: left;}
.height30{width: 100%;display: block;height: 30px;line-height: 30px;}

@media (max-width:767px){
	.m-section{display: block !important}
	.d-section{display: none !important}
	.col-5{width:100%;padding: 0}
    .col-4-2{width:48%;padding: 0 1%}
	.height60{height: 30px;line-height: 30px;}
	.height50{height: 25px;line-height: 25px;}
	.height40{height: 20px;line-height: 20px;}
	.height30{height: 15px;line-height: 15px;}
}
@media(min-width:768px) and (max-width:991px){
	.m-section{display: block !important}
	.d-section{display: none !important}
	.col-5{width:48%;padding: 0 1%}
    .col-4-2{width:23%;padding: 0 1%}
	.height60{height: 45px;line-height: 45px;}
	.height50{height: 35px;line-height: 35px;}
	.height40{height: 25px;line-height: 25px;}
	.height30{height: 15px;line-height: 15px;}
}
@media(min-width:992px) and (max-width: 1199px){
	.m-section{display: block !important}
	.d-section{display: none !important}
	.col-5{width:48%;padding: 0 1%}
    .col-4-2{width:23%;padding: 0 1%}
	.height60{height: 50px;line-height: 60px;}
	.height50{height: 40px;line-height: 50px;}
	.height40{height: 30px;line-height: 40px;}
	.height30{height: 20px;line-height: 30px;}
}
@media(min-width:1200px){


}